home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / amprocpm.zip / AMPROCPM.DOC next >
Text File  |  1987-11-11  |  5KB  |  101 lines

  1.                     ---------------------------------------
  2.                     AMPRO CP/M FORMAT TRANSLATION UTILITIES
  3.                     ---------------------------------------
  4.  
  5. DESCRIPTION
  6. -----------
  7. A pair of AMPRO utility programs -- AMPROCPM.SYS and AMPROCPM.EXE -- allows an 
  8. IBM PC, AMPRO Little Board/PC, or other PC compatible system to directly 
  9. access files on diskettes which have been generated by an AMPRO Z80 Little 
  10. Board (TM) single board CP/M system.  (The two utilities can also be used on 
  11. the AMPRO Little Board/186 to read and write AMPRO CP/M diskettes.)
  12.  
  13. The AMPROCPM software is especially useful for applications in which an AMPRO 
  14. Z80 Little Board is used to generate a data disk which must be read or written 
  15. by an IBM PC compatible system.
  16.  
  17. The AMPROCPM.SYS driver creates two CP/M access drive letters, corresponding 
  18. to the first and second floppy drive units, on the PC.  The desired AMPRO CP/M 
  19. format must be selected under control of a second utility, AMPROCPM.EXE.  Both 
  20. 40-track and 80-track AMPRO CP/M formats are included, but your PC system must 
  21. have the appropriate drive for each AMPRO format.  Standard 360K 5-1/4" PC 
  22. compatible floppy drives can read the single- or double-sided 40-track AMPRO 
  23. CP/M format; and 720K 3-1/2" or 5-1/4" PC compatible floppy drives can read 
  24. the double-sided 80-track AMPRO CP/M format.
  25.  
  26.  
  27. Installation
  28. ------------
  29. The first step is to install AMPROCPM.SYS, which allows PC-DOS to understand 
  30. the file system used by CP/M.  Add the following line to the CONFIG.SYS file 
  31. on the drive from which your PC compatible system boots:
  32.  
  33.                DEVICE = AMPROCPM.SYS
  34.  
  35. You must reboot your system with this line included in the CONFIG.SYS file, 
  36. for the driver to become installed.  Two PC-DOS disk drive letters will be 
  37. assigned by the system to floppy units 0 and 1 as CP/M access drive letters.  
  38. As with other PC-DOS disk device drivers, the two CP/M access drives will 
  39. occupy two sequential drive letters, beginning with the next available drive 
  40. letter beyond those defined other drives and drivers.  Typically, on a hard 
  41. disk system the CP/M drives would be "D" and "E".
  42.  
  43. Example:  A system with two floppy drives and a bootable hard disk (floppy 
  44. drive quantity = 2).  Using the CONFIG.SYS line given above, the system drive 
  45. letters following boot will be:
  46.  
  47.           A:   First PC-DOS floppy drive
  48.           B:   Second PC-DOS floppy drive
  49.           C:   Hard disk drive
  50.           D:   First "CP/M drive" (using floppy drive A)
  51.           E:   Second "CP/M drive" (using floppy drive B)
  52.  
  53.  
  54. Operation
  55. ---------
  56. Before you can use either of the "CP/M drives" you must select the desired 
  57. AMPRO CP/M format by means of the AMPROCPM.EXE utility.  Simply type the 
  58. program's name on the PC-DOS command line:
  59.  
  60.           A>AMPROCPM<Enter>
  61.  
  62. The program will display a menu of available AMPRO CP/M formats.  Press the 
  63. letter of the format you wish to use.  After you select the desired CP/M 
  64. format, the program will exit to the PC-DOS command line.  Both "CP/M drives" 
  65. become the same selected format (i.e. you cannot specify two different CP/M 
  66. formats at the same time).
  67.  
  68. Once the driver is installed and a CP/M format selected, you can use the CP/M 
  69. drives as though they are PC-DOS drives, providing you access them under the 
  70. specially assigned drive letters (usually "D" and "E").  This includes copying 
  71. to and from CP/M diskettes as well as the use of PC-DOS commands.  You can 
  72. even use the CP/M drive as a data drive from within application programs.  
  73. Just don't try to run a CP/M program on your PC (on any drive)!
  74.  
  75. With a drive defined as a "CP/M drive", use the special CP/M drive letter 
  76. whenever you want to access CP/M diskettes, and use the normal PC-DOS drive 
  77. letter ("A" or "B") whenever you want to access normal PC-DOS diskettes on the 
  78. same disk drive.  In this manner, you can transfer files freely between AMPRO 
  79. CP/M diskettes and your regular PC-DOS floppy or hard disk drives.
  80.  
  81.  
  82. AUTOMATIC OPERATION OF AMPROCPM.EXE
  83. -----------------------------------
  84. If you want the "CP/M Drive" function to be installed automatically when you 
  85. turn on your system, this is easily accomplished.  All you need to do is place 
  86. the appropriate lines in your system's CONFIG.SYS and AUTOEXEC.BAT files:
  87.  
  88.   CONFIG.SYS - As discussed above, include:       DEVICE = AMPROCPM.SYS
  89.  
  90.   AUTOEXEC.BAT - Include the following line:      AMPROCPM <AMPROCPM.INP
  91.  
  92. One other thing is needed.  You need to create a tiny text file called 
  93. "AMPROCPM.INP" containing a single letter, indicating the particular AMPRO 
  94. CP/M selection desired.  For example, if you want to pick menu selection "A", 
  95. the file AMPROCPM.INP should consist of one character:  the letter "A".  Then, 
  96. menu option "A" will be automatically selected on system powerup.  For your 
  97. convience, a sample AMPROCPM.INP with menu option "B" (the most likely) is 
  98. included in the AMPROCPM package.  
  99.  
  100.  
  101.